From 29879f73bcea6d2f6974608a5571a93abf99d549 Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 8 Apr 2004 18:11:36 +0000 Subject: [PATCH] Oops. Scraggling debug code. --- mapsource.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mapsource.c b/mapsource.c index c0270b82c..1f8c05c14 100644 --- a/mapsource.c +++ b/mapsource.c @@ -607,7 +607,6 @@ mps_waypoint_w(FILE *mps_file, int mps_ver, const waypoint *wpt, const int isRou /* might need to change this to handle version dependent icon handling */ icon = mps_find_icon_number_from_desc(wpt->icon_descr, MAPSOURCE); - fprintf(stderr, "%s ", wpt->icon_descr); if (get_cache_icon(wpt) /* && wpt->icon_descr && (strcmp(wpt->icon_descr, "Geocache Found") != 0)*/) { icon = mps_find_icon_number_from_desc(get_cache_icon(wpt), MAPSOURCE); } -- 2.30.2